@charset "UTF-8";
/******* Override size Bootstrap container *******/
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1500px; } }

* {
  font-family: "Montserrat", sans-serif; }

html {
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  scroll-behavior: smooth;
  user-select: none; }

.bg-black {
  background-color: #333333; }

:target:before {
  content: "";
  display: block;
  height: 85px;
  margin: -85px 0 0; }

#page {
  width: 100vw;
  overflow-x: hidden; }

#content.site-content {
  padding-top: 0;
  padding-bottom: 0; }

div.section {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    div.section {
      padding-top: 4rem;
      padding-bottom: 5rem; } }

h2.title, body.page-template-page-standard .entry-content h2 {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  margin: 0 0 2rem; }
  h2.title:before, body.page-template-page-standard .entry-content h2:before {
    display: inline-flex;
    content: '';
    width: 4px;
    height: 40px;
    background-color: #FFD52B;
    margin-right: 0.75rem; }

.section.FFD52B h2.title:before, .section.FFD52B body.page-template-page-standard .entry-content h2:before, body.page-template-page-standard .entry-content .section.FFD52B h2:before {
  background-color: white; }

p {
  font-size: 1rem;
  margin-bottom: 1rem; }

.mb-6, .my-6 {
  margin-bottom: 4rem !important; }

@media (min-width: 768px) {
  mb-md-6 {
    margin-bottom: 4rem !important; } }

@media (min-width: 1200px) {
  .mb-xl-6, .my-xl-6 {
    margin-bottom: 4rem !important; } }

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none; }

.btn {
  overflow: hidden;
  white-space: nowrap; }
  .btn.btn-white, #cookie-notice #cn-accept-cookie,
  #cookie-notice #cn-more-info {
    background-color: white;
    padding: 0.25rem 0.5rem;
    border: none !important;
    outline: none;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
    display: inline-flex !important;
    align-content: center;
    justify-content: center;
    color: #333333 !important;
    cursor: pointer; }
    @media (min-width: 992px) {
      .btn.btn-white, #cookie-notice #cn-accept-cookie,
      #cookie-notice #cn-more-info {
        padding: 0.25rem 1rem;
        line-height: 1.8; } }
    .btn.btn-white input, #cookie-notice #cn-accept-cookie input, #cookie-notice #cn-more-info input,
    .btn.btn-white span,
    #cookie-notice #cn-accept-cookie span,
    #cookie-notice #cn-more-info span {
      color: #333333; }
    .btn.btn-white:hover, #cookie-notice #cn-accept-cookie:hover,
    #cookie-notice #cn-more-info:hover {
      opacity: 0.9; }
      .btn.btn-white:hover input, #cookie-notice #cn-accept-cookie:hover input, #cookie-notice #cn-more-info:hover input,
      .btn.btn-white:hover span,
      #cookie-notice #cn-accept-cookie:hover span,
      #cookie-notice #cn-more-info:hover span {
        background: linear-gradient(0.25turn, #63326f, #324372);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  .btn.btn-rounded {
    border-radius: 50px !important; }

.entry-content {
  margin-top: 0; }

/******* Parallax effect *******/
.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

/******** Zone Entête Agency / Innovation lab / Indoor Location ********/
header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 80px;
  padding: 0;
  transition: background-color 0.5s ease-in-out;
  z-index: 1600;
  background-color: white;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1); }
  header#masthead .dropdown-menu {
    padding: 0;
    min-width: inherit !important; }
    header#masthead .dropdown-menu ul {
      margin-bottom: 0;
      padding: 0;
      list-style: none; }
    header#masthead .dropdown-menu a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.75rem 1.5rem;
      color: #333333;
      text-decoration: none !important;
      cursor: pointer;
      border-bottom: 1px solid rgba(80, 81, 84, 0.15); }
      @media (min-width: 992px) {
        header#masthead .dropdown-menu a:last-of-type {
          border-bottom: none !important; } }
  header#masthead .navbar-brand {
    height: 80px;
    display: flex;
    align-items: center; }
    header#masthead .navbar-brand a {
      color: #333333;
      height: 80px; }
      header#masthead .navbar-brand a span {
        display: none !important; }
        header#masthead .navbar-brand a span b {
          font-weight: bold; }
      header#masthead .navbar-brand a img {
        height: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem; }
        @media (min-width: 992px) {
          header#masthead .navbar-brand a img {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem; } }
  header#masthead #main-nav .nav-item .nav-link {
    color: #333333;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    position: relative; }
    @media (max-width: 991.98px) {
      header#masthead #main-nav .nav-item .nav-link {
        padding: 1rem;
        border-bottom: 1px solid rgba(80, 81, 84, 0.15); } }
    header#masthead #main-nav .nav-item .nav-link.dropdown-toggle {
      display: flex;
      align-items: center; }
      header#masthead #main-nav .nav-item .nav-link.dropdown-toggle:after {
        margin-left: auto; }
      @media (min-width: 992px) {
        header#masthead #main-nav .nav-item .nav-link.dropdown-toggle:after {
          margin-left: 0.5rem; } }
    header#masthead #main-nav .nav-item .nav-link:not(.dropdown-toggle):after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      background-color: transparent;
      transition: background-color 0.25s ease-in-out; }
      @media (min-width: 992px) {
        header#masthead #main-nav .nav-item .nav-link:not(.dropdown-toggle):after {
          width: 50%;
          height: 3px;
          top: inherit;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); } }
    header#masthead #main-nav .nav-item .nav-link:not(.dropdown-toggle):hover, header#masthead #main-nav .nav-item .nav-link:not(.dropdown-toggle).active {
      position: relative; }
      header#masthead #main-nav .nav-item .nav-link:not(.dropdown-toggle):hover:after, header#masthead #main-nav .nav-item .nav-link:not(.dropdown-toggle).active:after {
        background-color: #FFD52B;
        transition: background-color 0.25s ease-in-out; }
  header#masthead #main-nav .nav-item:last-of-type .nav-link {
    border-bottom: none !important; }
  header#masthead #main-nav .nav-item .dropdown-menu {
    margin-left: 1rem;
    margin-top: 0; }
    @media (min-width: 992px) {
      header#masthead #main-nav .nav-item .dropdown-menu {
        background: white;
        border: none;
        border-radius: 0;
        margin-left: 0.5rem;
        min-width: 240px !important;
        margin-top: 22px;
        box-shadow: 0 4px 7px rgba(0, 0, 0, 0.075) !important; } }
    header#masthead #main-nav .nav-item .dropdown-menu .dropdown-item {
      position: relative; }
      header#masthead #main-nav .nav-item .dropdown-menu .dropdown-item:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background-color: transparent;
        transition: background-color 0.25s ease-in-out; }
      header#masthead #main-nav .nav-item .dropdown-menu .dropdown-item:hover:before, header#masthead #main-nav .nav-item .dropdown-menu .dropdown-item.active:before {
        background-color: #FFD52B;
        transition: background-color 0.25s ease-in-out; }
  header#masthead #container-contact-language #languageDropdown {
    padding: 0; }
    header#masthead #container-contact-language #languageDropdown:before {
      content: '';
      background: transparent url(/wp-content/themes/bsi/images/icons/icon-translate.svg) no-repeat center;
      background-size: contain;
      width: 30px;
      height: 30px;
      display: flex; }
    header#masthead #container-contact-language #languageDropdown:after {
      display: none !important; }
    header#masthead #container-contact-language #languageDropdown span {
      display: none; }
  header#masthead #container-contact-language .dropdown-menu {
    margin-top: 22px;
    border: none;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.075) !important; }
    header#masthead #container-contact-language .dropdown-menu ul li {
      position: relative;
      border-bottom: 1px solid rgba(80, 81, 84, 0.15); }
      header#masthead #container-contact-language .dropdown-menu ul li:last-of-type {
        border-bottom: none !important; }
      header#masthead #container-contact-language .dropdown-menu ul li a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background-color: transparent;
        transition: background-color 0.25s ease-in-out; }
      header#masthead #container-contact-language .dropdown-menu ul li:not(.dropdown-toggle):hover a:before, header#masthead #container-contact-language .dropdown-menu ul li.current-lang a:before {
        background-color: #FFD52B;
        transition: background-color 0.25s ease-in-out; }

body.admin-bar header#masthead {
  top: 46px; }
  @media (min-width: 992px) {
    body.admin-bar header#masthead {
      top: 32px; } }

body.homepage .entry-header,
body.prestation .entry-header {
  display: none !important; }

body.page-template-page-standard .entry-header {
  padding-top: 80px;
  margin: 2rem 0; }
  body.page-template-page-standard .entry-header h1 {
    color: #FFD52B;
    background-color: black;
    padding: 0.5rem 1rem;
    display: inline-flex;
    border: none;
    font-weight: 300;
    margin: 0;
    font-size: 2.5rem;
    line-height: 2.5rem; }

body.page-template-page-standard .entry-content {
  margin-bottom: 2rem; }
  body.page-template-page-standard .entry-content h2 {
    margin: 2rem 0 1rem; }
    body.page-template-page-standard .entry-content h2:first-of-type {
      margin-top: 0; }
  body.page-template-page-standard .entry-content p,
  body.page-template-page-standard .entry-content li {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 171.5%; }

/******** Zone Page d'accueil ********/
#carrousel-homepage .carousel-item {
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 768px) {
    #carrousel-homepage .carousel-item {
      min-height: 700px; } }
  #carrousel-homepage .carousel-item .carousel-caption {
    bottom: 50%;
    transform: translateY(50%); }
    #carrousel-homepage .carousel-item .carousel-caption h5 {
      font-family: "Montserrat", sans-serif;
      font-size: 2.125rem;
      line-height: 2.5rem;
      color: white;
      font-style: normal;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0 auto 2rem; }
      @media (min-width: 768px) {
        #carrousel-homepage .carousel-item .carousel-caption h5 {
          font-size: 2.625rem;
          line-height: 3.125rem; } }
    #carrousel-homepage .carousel-item .carousel-caption p {
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 1.375rem;
      line-height: 1.6875rem;
      text-align: center;
      margin: 0 auto 2rem; }
      @media (min-width: 768px) {
        #carrousel-homepage .carousel-item .carousel-caption p {
          max-width: 60%; } }
    #carrousel-homepage .carousel-item .carousel-caption a {
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.375rem;
      padding: 0.75rem 1.5rem !important; }

#carrousel-homepage .carousel-control {
  opacity: 0.3;
  background: black;
  width: 50px;
  height: 80px;
  top: 50%;
  transform: translateY(-50%);
  border: none; }
  #carrousel-homepage .carousel-control:hover {
    opacity: 1; }

#carrousel-homepage .carousel-indicators button {
  width: 16px;
  height: 16px;
  opacity: 0.26;
  border: none;
  border-radius: 50%;
  background-color: black;
  outline: none;
  margin: 2rem 0.25rem;
  padding: 0; }
  #carrousel-homepage .carousel-indicators button.active {
    opacity: 1;
    background-color: #FFD52B; }

/******** Zone "Qui sommes-nous" | Page d'accueil ********/
#wo-are-we .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 2rem; }

#wo-are-we .card {
  border: none;
  background: #FFFFFF;
  box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  height: 100%; }
  #wo-are-we .card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 1rem; }
    @media screen and (min-width: 1500px) {
      #wo-are-we .card .card-body {
        padding: 2rem 15%; } }
    #wo-are-we .card .card-body h5 {
      text-align: center;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 1.75rem;
      margin: 0 0 1rem; }
    #wo-are-we .card .card-body p {
      text-align: center;
      margin-bottom: 0;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 1.0625rem;
      line-height: 1.25rem; }
    #wo-are-we .card .card-body .card-logo {
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: auto; }
      #wo-are-we .card .card-body .card-logo img {
        max-height: 100px; }
    #wo-are-we .card .card-body .card-text {
      margin-top: 1rem; }

/******** Zone "Nos prestations" | Page d'accueil ********/
#our-prestation {
  background-color: #F4F4F4; }
  #our-prestation .text {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 2rem; }
  #our-prestation .card {
    border: none;
    background: #FFFFFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    position: relative; }
    #our-prestation .card:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(51, 51, 51, 0.6);
      z-index: 1; }
    #our-prestation .card .card-body {
      z-index: 2;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 180px; }
      @media (min-width: 768px) {
        #our-prestation .card .card-body {
          min-height: 260px; } }
      #our-prestation .card .card-body h5 {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6875rem;
        line-height: 2.0625rem;
        margin: 0 0 1rem;
        color: white;
        text-transform: uppercase; }
      #our-prestation .card .card-body > div {
        display: none; }
        #our-prestation .card .card-body > div p {
          color: white;
          text-align: center;
          font-family: "Montserrat", sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 1.125rem;
          line-height: 1.375rem;
          margin-bottom: 1rem; }
    #our-prestation .card:hover:before {
      background: rgba(255, 213, 43, 0.8); }
    #our-prestation .card:hover .card-body > div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }

/******** Zone "Secteurs d'intervention" | Page d'accueil ********/
#intervention-areas {
  background-color: white; }
  #intervention-areas .card {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    position: relative; }
    #intervention-areas .card:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(51, 51, 51, 0.6);
      z-index: 1; }
    #intervention-areas .card .card-body {
      z-index: 2;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 180px; }
      #intervention-areas .card .card-body h5 {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.6875rem;
        line-height: 2.0625rem;
        margin: 0;
        color: white;
        text-transform: uppercase; }
    #intervention-areas .card:hover:before {
      background: rgba(255, 213, 43, 0.8); }
  #intervention-areas .area-list ul {
    list-style: none;
    padding-left: 0.5rem;
    margin-bottom: 0; }
    #intervention-areas .area-list ul li {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 0.5rem;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 1rem; }
      @media (min-width: 992px) {
        #intervention-areas .area-list ul li {
          font-size: 1.125rem; } }
      #intervention-areas .area-list ul li:before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #FFD52B;
        margin-right: 0.5rem; }

/******** Zone "Nos références" | Page d'accueil ********/
#our-references {
  background-color: white; }
  #our-references .logo > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    filter: grayscale(100%); }
    #our-references .logo > div:hover {
      filter: none; }

/******** Zone "Introduction" | Page prestation & Page Qui sommes-nous ?********/
#introduction-prestation,
#introduction-who-we-are {
  background-color: white; }
  #introduction-prestation .background,
  #introduction-who-we-are .background {
    height: 420px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  #introduction-prestation .card#block-introduction,
  #introduction-who-we-are .card#block-introduction {
    background: none;
    border: none;
    border-radius: 0;
    margin-top: -80px; }
    #introduction-prestation .card#block-introduction .card-body,
    #introduction-who-we-are .card#block-introduction .card-body {
      background-color: #FFD52B;
      padding: 20px; }
      @media (min-width: 768px) {
        #introduction-prestation .card#block-introduction .card-body,
        #introduction-who-we-are .card#block-introduction .card-body {
          padding: 30px 40px; } }
      #introduction-prestation .card#block-introduction .card-body h1,
      #introduction-who-we-are .card#block-introduction .card-body h1 {
        color: white;
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 2.625rem;
        line-height: 3.125rem;
        text-transform: uppercase;
        padding: 0;
        margin: 0 0 1rem; }
      #introduction-prestation .card#block-introduction .card-body h2,
      #introduction-who-we-are .card#block-introduction .card-body h2 {
        color: white;
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 1.375rem;
        line-height: 1.75rem;
        padding: 0;
        margin: 0; }
  #introduction-prestation .text,
  #introduction-who-we-are .text {
    margin-bottom: 4rem; }
    #introduction-prestation .text p,
    #introduction-who-we-are .text p {
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 1.125rem;
      line-height: 171.5%; }
  #introduction-prestation #wo-are-we,
  #introduction-who-we-are #wo-are-we {
    margin-bottom: 5rem; }

/******** Zone "Avantages" | Page prestation ********/
#advantages-list {
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  #advantages-list:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(79, 79, 79, 0.8); }
  #advantages-list .advantages-list {
    padding: 0;
    margin: 0;
    list-style: none; }
    #advantages-list .advantages-list .advantage {
      position: relative;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 163.57%;
      display: flex;
      align-items: center;
      color: white; }
      @media (min-width: 768px) {
        #advantages-list .advantages-list .advantage {
          font-size: 1.5rem; } }
      #advantages-list .advantages-list .advantage:before {
        content: '';
        display: inline-flex;
        width: 8px;
        height: 8px;
        background-color: #FFD52B;
        border-radius: 50%;
        margin-right: 0.75rem;
        flex-shrink: 0; }

/******** Zone "Avantages" | Page prestation ********/
#our-expertises {
  background-color: #F4F4F4; }
  #our-expertises .expertises-list .expertise .visual {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px; }
    @media (min-width: 768px) {
      #our-expertises .expertises-list .expertise .visual {
        min-height: 550px; } }
  #our-expertises .expertises-list .expertise .text h5 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 171.5%;
    text-transform: uppercase;
    color: #333333;
    padding: 0;
    margin: 0 0 2rem; }
  #our-expertises .expertises-list .expertise .text p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 171.5%;
    color: #333333; }
    #our-expertises .expertises-list .expertise .text p:last-of-type {
      margin-bottom: 0; }

/******** Zone "Avantages" | Page prestation ********/
#our-training {
  background-color: #F4F4F4; }
  #our-training .training-list .training {
    background: white;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem; }
    #our-training .training-list .training h5 {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin: 0;
      padding: 0;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.25rem; }
      #our-training .training-list .training h5:before {
        content: '';
        background: transparent url("/wp-content/themes/bsi/images/icons/icon-formation.svg") no-repeat center;
        background-size: contain;
        width: 25px;
        height: 40px;
        margin-right: 1rem;
        flex-shrink: 0; }
    #our-training .training-list .training:last-of-type {
      margin-bottom: 0; }
  #our-training.ffffff .training-list .training {
    background: #F4F4F4; }

/******** Zone "Formulaires" | toutes pages ********/
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  background: transparent;
  color: transparent;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  height: auto;
  width: auto; }

#forms {
  scroll-margin-top: 80px; }
  #forms #forms-tabs {
    display: flex;
    align-items: center;
    justify-content: space-around; }
    @media (min-width: 992px) {
      #forms #forms-tabs {
        min-height: 50px; } }
    #forms #forms-tabs .nav-item {
      width: 100%;
      margin-bottom: 1rem; }
      @media (min-width: 992px) {
        #forms #forms-tabs .nav-item {
          width: 40%;
          margin: 0 2rem; } }
      #forms #forms-tabs .nav-item:first-of-type {
        margin-left: 0; }
        @media (min-width: 992px) {
          #forms #forms-tabs .nav-item:first-of-type {
            margin-bottom: 0; } }
      #forms #forms-tabs .nav-item:last-of-type {
        margin-right: 0; }
    #forms #forms-tabs .nav-link {
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: bold;
      color: white !important;
      background-color: #BDBDBD;
      font-size: 1.5rem;
      line-height: 1.75rem; }
      @media (min-width: 992px) {
        #forms #forms-tabs .nav-link {
          height: 120px;
          font-size: 1.75rem;
          line-height: 2.125rem; } }
      #forms #forms-tabs .nav-link:before {
        display: inline-flex;
        width: 40px;
        height: 40px;
        content: '';
        margin-right: 0.5rem; }
        @media (min-width: 992px) {
          #forms #forms-tabs .nav-link:before {
            width: 60px;
            height: 60px; } }
      #forms #forms-tabs .nav-link.active {
        background-color: #FFD52B; }
      #forms #forms-tabs .nav-link#contact-tab:before {
        background: transparent url(/wp-content/themes/bsi/images/icons/icon-contact.svg) no-repeat center;
        background-size: contain; }
      #forms #forms-tabs .nav-link#formation-tab:before {
        background: transparent url(/wp-content/themes/bsi/images/icons/icon-formation-white.svg) no-repeat center;
        background-size: contain; }
  #forms #forms-content .cf7sg-container .cf7-smart-grid.has-grid .container {
    max-width: 100%;
    padding: 0; }
  #forms #forms-content .subtitle {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #333333;
    text-transform: uppercase; }
    #forms #forms-content .subtitle:after {
      content: '';
      height: 1px;
      width: 100%;
      display: block;
      background-color: #FFD52B;
      margin: 1rem 0 2rem; }
  #forms #forms-content .columns {
    margin-bottom: 2rem; }
  #forms #forms-content .form-control {
    min-height: 40px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      #forms #forms-content .form-control {
        min-height: 50px; } }
    #forms #forms-content .form-control::placeholder {
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 1.125rem;
      line-height: 1.375rem;
      color: #BDBDBD; }
  #forms #forms-content textarea {
    padding: 15px; }
  #forms #forms-content select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent url(/wp-content/themes/bsi/images/icons/icon-caret.svg) no-repeat right 15px center;
    background-size: 10px; }
  #forms #forms-content label {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #333333;
    margin-bottom: 0.5rem; }
    #forms #forms-content label em {
      color: #FFD52B; }
  #forms #forms-content .info-tip {
    display: none; }
  #forms #forms-content .wpcf7-not-valid-tip {
    background: none;
    padding: 0;
    font-size: 0.75rem;
    top: inherit;
    bottom: -20px;
    color: #dc3545; }
  #forms #forms-content .cf7sg-popup {
    text-align: center; }
  #forms #forms-content .wpcf7-response-output {
    text-align: center;
    border: none;
    margin: 0;
    color: #333333; }
  #forms #forms-content input[type="submit"] {
    background: #FFD52B;
    border-radius: 6px;
    height: 50px;
    display: inline-flex;
    width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
    border: none;
    margin-top: 2rem; }
  #forms #forms-content .country-list {
    z-index: 1501; }
  #forms #forms-content input[name="phonetext"] {
    padding-left: 50px; }
  #forms #forms-content form.invalid .wpcf7-response-output, #forms #forms-content form.failed .wpcf7-response-output {
    color: #dc3545; }

/******** Zone "Basic" | toutes pages ********/
#section-basic .text p:last-of-type {
  margin-bottom: 0; }

.select2-dropdown {
  border: 1px solid #E0E0E0 !important;
  border-radius: 6px; }

.select2-container--default {
  z-index: 1500; }
  .select2-container--default textarea {
    margin: 0 !important;
    padding: 0 !important; }
  .select2-container--default .select2-selection--multiple {
    border: 1px solid #E0E0E0 !important;
    min-height: 50px !important;
    border-radius: 6px;
    padding: 5px;
    background: transparent url(/wp-content/themes/bsi/images/icons/icon-caret.svg) no-repeat right 15px center;
    background-size: 10px; }
    .select2-container--default .select2-selection--multiple .select2-search__field {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%); }
    .select2-container--default .select2-selection--multiple[aria-activedescendant*="select2-"]:not(.select2-container--open) .select2-search__field {
      display: none; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
      padding: 0 !important;
      width: 100% !important; }
      .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
        width: 100% !important; }
    .select2-container--default .select2-selection--multiple .select2-search .select2-search__field {
      background-image: none !important;
      width: 100% !important;
      min-width: 300px; }
      .select2-container--default .select2-selection--multiple .select2-search .select2-search__field::placeholder {
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 1.125rem;
        line-height: 1.375rem;
        color: #BDBDBD;
        min-width: 300px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
      border: none !important;
      background-color: #E0E0E0 !important;
      color: #333333 !important;
      min-height: 26px;
      display: inline-flex;
      align-items: center;
      max-width: 100%;
      border-radius: 6px;
      overflow: hidden;
      padding-left: 20px !important; }
  .select2-container--default .select2-results__group {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #333333;
    text-transform: uppercase;
    border-bottom: 1px solid #FFD52B; }
  .select2-container--default .select2-results__options.select2-results__options--nested {
    padding-bottom: 1rem; }
  .select2-container--default .select2-dropdown--below {
    margin-top: 30px;
    z-index: 1200; }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 300px !important; }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #E0E0E0 !important;
    color: #333333 !important; }

/******** Zone Footer ********/
footer {
  background-color: #F4F4F4; }
  footer #menu-footer {
    background-color: #FFD52B;
    border-bottom: 6px solid #D9AE00; }
    footer #menu-footer .navbar-nav .nav-item {
      text-align: center; }
      footer #menu-footer .navbar-nav .nav-item .nav-link {
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.25rem;
        text-transform: uppercase;
        color: #333333;
        display: inline-flex;
        padding: 0.5rem; }
        @media (min-width: 768px) {
          footer #menu-footer .navbar-nav .nav-item .nav-link {
            padding: 0 0.5rem; } }
        @media (min-width: 768px) {
          footer #menu-footer .navbar-nav .nav-item .nav-link:after {
            content: '|';
            color: #333333;
            margin-left: 1rem; } }
        footer #menu-footer .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
          border: none !important; }
      footer #menu-footer .navbar-nav .nav-item:last-of-type a:after {
        display: none; }
      footer #menu-footer .navbar-nav .nav-item .dropdown-menu {
        background: white;
        box-shadow: 0 -1px 7px rgba(0, 0, 0, 0.075) !important; }
        @media (min-width: 768px) {
          footer #menu-footer .navbar-nav .nav-item .dropdown-menu {
            position: absolute;
            margin-top: 0;
            padding: 0;
            border: none;
            border-radius: 0;
            margin-left: 0.5rem;
            min-width: 240px !important;
            margin-bottom: 2rem; } }
        footer #menu-footer .navbar-nav .nav-item .dropdown-menu .dropdown-item {
          color: #333333;
          position: relative;
          padding: 0.75rem 1.5rem;
          border-bottom: 1px solid rgba(80, 81, 84, 0.15); }
          footer #menu-footer .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-of-type {
            border-bottom: none; }
          footer #menu-footer .navbar-nav .nav-item .dropdown-menu .dropdown-item:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background-color: transparent;
            transition: background-color 0.25s ease-in-out; }
          footer #menu-footer .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover:before, footer #menu-footer .navbar-nav .nav-item .dropdown-menu .dropdown-item.active:before {
            background-color: #FFD52B;
            transition: background-color 0.25s ease-in-out; }
  footer #first-footer h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 177.46%;
    text-transform: uppercase;
    color: #333333;
    text-align: center; }
    @media (min-width: 576px) {
      footer #first-footer h4 {
        text-align: left; } }
  footer #first-footer #brand img {
    width: 160px;
    height: 160px; }
    @media (min-width: 768px) {
      footer #first-footer #brand img {
        width: 200px;
        height: 200px; } }
    @media (min-width: 992px) {
      footer #first-footer #brand img {
        width: 230px;
        height: 230px; } }
  footer #first-footer #brand address {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 177.46%;
    text-transform: uppercase;
    color: #333333;
    text-align: center; }
    @media (min-width: 576px) {
      footer #first-footer #brand address {
        text-align: left; } }
    footer #first-footer #brand address a {
      color: #333333; }
  footer #first-footer #socials {
    display: flex;
    align-items: center;
    justify-content: center; }
    footer #first-footer #socials a {
      margin-left: 1rem;
      max-width: 64px; }
      footer #first-footer #socials a:first-of-type {
        margin-left: 0; }
      footer #first-footer #socials a:hover {
        opacity: 0.85; }
  footer #first-footer .nav .nav-item {
    display: flex;
    align-items: center;
    justify-content: center; }
    footer #first-footer .nav .nav-item a {
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 0.875rem;
      line-height: 177.46%;
      text-transform: uppercase;
      color: #828282;
      background: none !important;
      position: relative; }
      footer #first-footer .nav .nav-item a:after {
        content: '';
        display: block;
        width: 50%;
        height: 3px;
        background-color: transparent;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: background-color 0.25s ease-in-out; }
      footer #first-footer .nav .nav-item a:hover:after {
        background-color: #FFD52B;
        transition: background-color 0.25s ease-in-out; }
    footer #first-footer .nav .nav-item:not(:last-of-type):after {
      content: '|';
      color: #828282; }
  footer #copyright span {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 177.46%;
    text-transform: uppercase;
    color: white; }

/******** Cookie notice bar  ********/
#cookie-notice {
  background-color: #333333 !important; }
  #cookie-notice #cn-accept-cookie,
  #cookie-notice #cn-more-info {
    padding: 0.5rem 1rem !important; }

/******** Recaptcha Google  ********/
.grecaptcha-badge {
  visibility: hidden !important; }

@media (min-width: 768px) {
  body.cookies-not-set .grecaptcha-badge {
    bottom: 80px !important;
    z-index: 1000; } }
